home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January
/
CHIP_CD_01_2007.iso
/
Hity z okladki
/
OrgPlus 6 SBE
/
ORGPL.CAB
/
OrgLiteML.xdr
< prev
next >
Wrap
Extensible Markup Language
|
2006-09-20
|
3KB
|
52 lines
<?xml version = "1.0" encoding = "UTF-8"?>
<!--Generated by XML Authority. Conforms to XML Data subset for IE 5-->
<Schema name = "OrgLiteML.xdr"
xmlns = "urn:schemas-microsoft-com:xml-data"
xmlns:dt = "urn:schemas-microsoft-com:datatypes">
<ElementType name = "PersonName" content = "eltOnly" order = "seq" model = "closed">
<element type = "FormattedName" minOccurs = "0" maxOccurs = "1"/>
</ElementType>
<ElementType name = "FormattedName" content = "textOnly" model = "closed">
<AttributeType name = "type" dt:type = "enumeration" dt:values = "presentation legal sortOrder"/>
<attribute type = "type"/>
</ElementType>
<ElementType name = "PersonContact" content = "eltOnly" order = "seq" model = "closed">
<element type = "Phone" minOccurs = "0" maxOccurs = "*"/>
<element type = "ElectronicAddress" minOccurs = "0" maxOccurs = "*"/>
</ElementType>
<ElementType name = "Phone" content = "textOnly" dt:type = "string" model = "closed">
<AttributeType name = "type" dt:type = "enumeration" dt:values = "business extension intercom mobile home other" default = "business"/>
<attribute type = "type"/>
</ElementType>
<ElementType name = "ElectronicAddress" content = "textOnly" dt:type = "string" model = "closed">
<AttributeType name = "type" dt:type = "enumeration" dt:values = "email homepage icq" default = "email"/>
<attribute type = "type"/>
</ElementType>
<ElementType name = "Description" content = "textOnly" model = "closed"/>
<ElementType name = "Company" content = "eltOnly" order = "seq" model = "closed">
<AttributeType name = "title" dt:type = "string" required = "yes"/>
<attribute type = "title"/>
<element type = "Description" minOccurs = "0" maxOccurs = "1"/>
<element type = "CompanyInfo" minOccurs = "0" maxOccurs = "1"/>
<element type = "Person" minOccurs = "0" maxOccurs = "1"/>
</ElementType>
<ElementType name = "CompanyInfo" content = "textOnly" model = "closed"/>
<ElementType name = "Person" content = "eltOnly" order = "seq" model = "closed">
<AttributeType name = "title" dt:type = "string"/>
<AttributeType name = "id" dt:type = "string"/>
<attribute type = "title"/>
<attribute type = "id"/>
<element type = "PersonName"/>
<element type = "PersonContact" minOccurs = "0" maxOccurs = "1"/>
<element type = "Person" minOccurs = "0" maxOccurs = "*"/>
<element type = "Department" minOccurs = "0" maxOccurs = "*"/>
</ElementType>
<ElementType name = "Department" content = "eltOnly" order = "seq" model = "closed">
<AttributeType name = "title" dt:type = "string" required = "yes"/>
<attribute type = "title"/>
<element type = "Person" minOccurs = "0" maxOccurs = "*"/>
</ElementType>
</Schema>